OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
H5_write< T[N1][N2][N3], pid, V > Struct Template Reference

Partial specialization for N=3. More...

Detailed Description

template<typename T, size_t pid, typename V, size_t N1, size_t N2, size_t N3>
struct H5_write< T[N1][N2][N3], pid, V >

Partial specialization for N=3.

Definition at line 222 of file HDF5_XdmfWriter_util.hpp.

#include <HDF5_XdmfWriter_util.hpp>

Static Public Member Functions

static void write (hid_t file_id, const std::string &str, V &v, size_t stop)
 write More...
 

Member Function Documentation

template<typename T , size_t pid, typename V , size_t N1, size_t N2, size_t N3>
static void H5_write< T[N1][N2][N3], pid, V >::write ( hid_t  file_id,
const std::string &  str,
V &  v,
size_t  stop 
)
inlinestatic

write

Parameters
file_idHDF5 file
strdataset name
vVector containing the information
stopsize to store

Definition at line 233 of file HDF5_XdmfWriter_util.hpp.


The documentation for this struct was generated from the following file: